google.golang.org/protobuf/encoding/prototext.decoder.unmarshalExpandedAny (method)

2 uses

	google.golang.org/protobuf/encoding/prototext (current package)
		decode.go#L674: 			bValue, err = d.unmarshalExpandedAny(typeURL, tok.Pos())
		decode.go#L697: func (d decoder) unmarshalExpandedAny(typeURL string, pos int) ([]byte, error) {